Sync from nautilus commit 0177dd24a5f7f9f5302745a865eb970a35faa78c
authorFederico Mena Quintero <federico@gnome.org>
Wed, 5 Dec 2012 22:51:32 +0000 (16:51 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Wed, 5 Dec 2012 22:51:32 +0000 (16:51 -0600)
gtk/gtkplacessidebar.c

index 485caf852e8c19e3de68b72318b9ae94584d7adc..a6135d0d2ac82e9ee3a96e262a55f77b4294da57 100644 (file)
@@ -1052,7 +1052,7 @@ update_places (GtkPlacesSidebar *sidebar)
 
 #if 0
                /* FIXME: remove this?  If we *do* show bookmarks for nonexistent files, the user will eventually clean them up */
-               if (nautilus_bookmark_uri_known_not_to_exist (bookmark)) {
+               if (!nautilus_bookmark_get_exists (bookmark)) {
                        continue;
                }
 #endif